vcScript
vcScript allows you to publish and execute a Python script.
See in: Overview
Module: vcBehaviors
Parent: vcBehavior
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Language | vcLanguageType | RW | Gets or sets the language of the Python script. |
| Script | String | RW | Gets or sets the executable Python code of script. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| convertToByteCode | Boolean | None | Converts the python script into bytecode. Generally, this method is used to obfuscate the code of a script. Exceptions: RuntimeError: When trying to convert during runtime. |